Skip to main content
Version: 1.0.0

disableErrorPrint(value)

Deprecated: Please refer to this section instead of using this function and use data-error-print to disable this feature.

Disable or Enable error printed bottom of the captcha box

ParametersTypeDefaultDescription
valueBooleantrueError printing can be disabled by setting this parameter to true

Example:

window.arcaptcha.disableErrorPrint(); // disable printing

window.arcaptcha.disableErrorPrint(false); //enable printing